button{
}

text_field{
    label {
        text_size{
            x: 0.05
            y: 0.05
        }
        text: "AboutMenu.header"
        align: 0x0c
    }
}

text_field{
    label {
        text_size{
            x: 0.025
            y: 0.025
        }
        text: "AboutMenu.text1"
        align: 0x02
    }
}

text_field{
    label {
        text_size{
            x: 0.025
            y: 0.025
        }
        text: "AboutMenu.text2"
        align: 0x01
    }
}

control_reference {
    type: BUTTON
    id: 0    
}

control_reference {
    type: TEXT_FIELD
    id: 0
}

control_reference {
    type: TEXT_FIELD
    id: 1
}

control_reference {
    type: TEXT_FIELD
    id: 2
}

name2controlref {
    name: 'about.buttons.back'
    ref_id: 0
}

name2controlref {
    name: 'about.header'
    ref_id: 1
}

name2controlref {
    name: 'about.text0'
    ref_id: 2
}

name2controlref {
    name: 'about.text1'
    ref_id: 3
}
